home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_NodeDown gadutil.library/GU_NodeDown
-
- NAME
- GU_NodeDown -- Move a node one step towards the end of the list
-
- SYNOPSIS
- success = GU_NodeDown(node, list)
- D0,SR(Z) A0 A1
-
- BOOL GU_NodeDown(struct Node *, struct List *);
-
- FUNCTION
- Move a node one step downwards in a list. To do the opposite, see
- GU_NodeUp().
-
- INPUTS
- node - The node to move.
- list - The list that the node is a part of.
-
- RESULT
- success - TRUE if the node could be moved, else FALSE.
- SR (Z) - 0 if node could be moved, else 1.
-
- BUGS
- none known
-
- SEE ALSO
- GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_AttachList()
- GU_FindNode(), GU_NodeUp(), GU_CountNodes(), GU_NewList(), GU_SortList()
-